treemodelfilter: Fix typo in API docs
authorBastien Nocera <hadess@hadess.net>
Tue, 14 Jan 2014 14:02:26 +0000 (15:02 +0100)
committerBastien Nocera <hadess@hadess.net>
Tue, 14 Jan 2014 14:02:59 +0000 (15:02 +0100)
gtk/gtktreemodelfilter.c

index e8fd57c3d06e0de77065d52ad941818a14b67e9a..a9ebca4861461c7c7ceb6302d4283c75199844e8 100644 (file)
@@ -83,7 +83,7 @@
  * last row removed), the node's visibility should be updated.
  *
  * This introduces a dependency from the node on its child nodes. In order
- * to accommodate this, #GtkTreeModelFilter must make sure the necesary
+ * to accommodate this, #GtkTreeModelFilter must make sure the necessary
  * signals are received from the child model. This is achieved by building,
  * for all nodes which are exposed as visible nodes to #GtkTreeModelFilter's
  * clients, the child level (if any) and take a reference on the first node